N
AME
get_dir
- read a directory
S
YNTAX
string *get_dir(string
dirname
);
D
ESCRIPTION
Return an array of all filenames in the directory dir, or zero if no such directory exists.
K
EYWORDS
file
S
EE
A
LSO
mkdir
and
cd